X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fnordlicht-mini/blobdiff_plain/ec1bef8e19888e982ffc53129f74d58868e8d203..HEAD:/firmware/fnordlicht-firmware/remote.h diff --git a/firmware/fnordlicht-firmware/remote.h b/firmware/fnordlicht-firmware/remote.h index 6535489..3f54d72 100644 --- a/firmware/fnordlicht-firmware/remote.h +++ b/firmware/fnordlicht-firmware/remote.h @@ -39,11 +39,6 @@ struct remote_offsets_t struct global_remote_t { uint8_t address; struct remote_offsets_t offsets; - -#if CONFIG_MASTER_MODE - /* master mode */ - bool master; -#endif }; extern struct global_remote_t global_remote;