diff options
author | Joel Challis <git@zvecr.com> | 2022-09-01 23:38:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 15:38:52 -0700 |
commit | 7adef85fa4178109998674c1ea9b6166e3dbc7bf (patch) | |
tree | 6cf9031602b95cbb1a49fb5a0a1d323c769e20bc /platforms/chibios/converters/promicro_to_bit_c_pro | |
parent | 1ccd0c19da8a8b3e0032ffb0446c543dd6c96155 (diff) |
Remove non promicro pins from converters (#18239)
Diffstat (limited to 'platforms/chibios/converters/promicro_to_bit_c_pro')
-rw-r--r-- | platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h b/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h index 92e8fbfa1a..a693e33011 100644 --- a/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h +++ b/platforms/chibios/converters/promicro_to_bit_c_pro/_pin_defs.h @@ -34,6 +34,3 @@ // LEDs (Mapped to R and G channel of the Bit-C PRO's RGB led) #define D5 16U #define B0 17U - -// Bit-C LED (mapped to B channel of the Bit-C PRO's RGB led) -#define F0 18U |