1 2 3 4 5 6 7 8 9
#ifndef KNOB_ENV_H #define KNOB_ENV_H #include <stdint.h> //not implemented yet extern uint32_t current_drive; #endif