Update Translation.h

This commit is contained in:
Ben V. Brown
2020-05-30 00:29:18 +10:00
parent 1e420c8b01
commit 5ca0d6e670

View File

@@ -7,8 +7,8 @@
#ifndef TRANSLATION_H_
#define TRANSLATION_H_
#include "stm32f1xx_hal.h"
#include "unit.h"
#include "stdint.h"
enum ShortNameType {
SHORT_NAME_SINGLE_LINE = 1, SHORT_NAME_DOUBLE_LINE = 2,
};