mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
Portduino WIP now compiles but does not link
This commit is contained in:
@@ -42,8 +42,6 @@ typedef uint32_t BaseType_t;
|
||||
// Don't do anything on non free rtos platforms when done with the ISR
|
||||
#define portYIELD_FROM_ISR(x)
|
||||
|
||||
enum eNotifyAction {
|
||||
eNoAction
|
||||
};
|
||||
enum eNotifyAction { eNoAction, eSetValueWithoutOverwrite, eSetValueWithOverwrite };
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user