mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Fixed error I made in makefile (python call now works - IF you have python installed)
This commit is contained in:
@ -26,7 +26,8 @@ enum FUNCTION_Type_t
|
||||
FUNCTION_MONITOR,
|
||||
FUNCTION_INCOMING,
|
||||
FUNCTION_RECEIVE,
|
||||
FUNCTION_POWER_SAVE
|
||||
FUNCTION_POWER_SAVE,
|
||||
FUNCTION_BAND_SCOPE
|
||||
};
|
||||
|
||||
typedef enum FUNCTION_Type_t FUNCTION_Type_t;
|
||||
|
Reference in New Issue
Block a user