Simplified ExtUI language selection (#15359)
This commit is contained in:
committed by
Scott Lahteine
parent
53124ca6b7
commit
149e9b733e
@ -325,4 +325,3 @@ struct SCSI_Request_Sense_Response {
|
||||
} __attribute__((packed));
|
||||
|
||||
#endif /* UHS_SCSI_H */
|
||||
|
||||
|
@ -2991,5 +2991,3 @@
|
||||
#define UHS_VID_FNK_TECH 0xffeeU // FNK Tech
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -390,4 +390,3 @@ e-mail : support@circuitsathome.com
|
||||
#define NOTUSED(...) __VA_ARGS__ __attribute__((unused))
|
||||
#endif
|
||||
#endif /* MACROS_H */
|
||||
|
||||
|
@ -198,4 +198,3 @@ void UHS_AVR_printf_HELPER_init() {
|
||||
#define UHS_printf_HELPER_init() (void(0))
|
||||
#endif
|
||||
#endif /* UHS_PRINTF_HELPER_H */
|
||||
|
||||
|
Reference in New Issue
Block a user