Simplified ExtUI language selection (#15359)

This commit is contained in:
Marcio Teixeira
2019-09-25 00:25:21 -06:00
committed by Scott Lahteine
parent 53124ca6b7
commit 149e9b733e
117 changed files with 708 additions and 476 deletions

View File

@ -325,4 +325,3 @@ struct SCSI_Request_Sense_Response {
} __attribute__((packed));
#endif /* UHS_SCSI_H */

View File

@ -2991,5 +2991,3 @@
#define UHS_VID_FNK_TECH 0xffeeU // FNK Tech
#endif

View File

@ -390,4 +390,3 @@ e-mail : support@circuitsathome.com
#define NOTUSED(...) __VA_ARGS__ __attribute__((unused))
#endif
#endif /* MACROS_H */

View File

@ -198,4 +198,3 @@ void UHS_AVR_printf_HELPER_init() {
#define UHS_printf_HELPER_init() (void(0))
#endif
#endif /* UHS_PRINTF_HELPER_H */