Skip to content
Snippets Groups Projects
Commit 2098b37d authored by philip's avatar philip
Browse files

channel fix

parent 10e1d2a5
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
#define USE_CHANNEL_SELECT 1
#if USE_CHANNEL_SELECT
#define CHANNEL_SELECT_PIN_1 PC_3 // LSB
#define CHANNEL_SELECT_PIN_2 PB_1
#define CHANNEL_SELECT_PIN_3 PC_2
#define CHANNEL_SELECT_PIN_4 PF_10 // MSB
#define CHANNEL_SELECT_PIN_1 PF_10 // LSB
#define CHANNEL_SELECT_PIN_2 PC_2
#define CHANNEL_SELECT_PIN_3 PB_1
#define CHANNEL_SELECT_PIN_4 PC_3 // MSB
#endif
// default value (iff USE_CHANNEL_SELECT == 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment