[FL-2052] New build system based on scons (#1269)
This commit is contained in:
@@ -27,9 +27,9 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
const uint32_t quant;
|
||||
void (*const start) (iButtonWorker* worker);
|
||||
void (*const tick) (iButtonWorker* worker);
|
||||
void (*const stop) (iButtonWorker* worker);
|
||||
void (*const start)(iButtonWorker* worker);
|
||||
void (*const tick)(iButtonWorker* worker);
|
||||
void (*const stop)(iButtonWorker* worker);
|
||||
} iButtonWorkerModeType;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user