Clean up trailing spaces
This commit is contained in:
@@ -163,7 +163,7 @@ constexpr bool INTERRUPT_PIN(const pin_t p) {
|
||||
#define NUM_ANALOG_INPUTS 8
|
||||
#endif
|
||||
|
||||
constexpr pin_t adc_pin_table[] = {
|
||||
constexpr pin_t adc_pin_table[] = {
|
||||
P0_23, P0_24, P0_25, P0_26, P1_30, P1_31,
|
||||
#if SERIAL_PORT != 0
|
||||
P0_3, P0_2
|
||||
@@ -214,5 +214,5 @@ const pin_t pin_map[] = {
|
||||
|
||||
int16_t GET_PIN_MAP_INDEX(pin_t pin);
|
||||
int16_t PARSED_PIN_INDEX(char code, int16_t dval = 0);
|
||||
|
||||
|
||||
#endif // __HAL_PINMAPPING_H__
|
||||
|
||||
Reference in New Issue
Block a user