|
@@ -95,7 +95,7 @@ EXPORT_SYMBOL(dm355evm_msp_read);
|
|
* Many of the msp430 pins are just used as fixed-direction GPIOs.
|
|
* Many of the msp430 pins are just used as fixed-direction GPIOs.
|
|
* We could export a few more of them this way, if we wanted.
|
|
* We could export a few more of them this way, if we wanted.
|
|
*/
|
|
*/
|
|
-#define MSP_GPIO(bit,reg) ((DM355EVM_MSP_ ## reg) << 3 | (bit))
|
|
|
|
|
|
+#define MSP_GPIO(bit, reg) ((DM355EVM_MSP_ ## reg) << 3 | (bit))
|
|
|
|
|
|
static const u8 msp_gpios[] = {
|
|
static const u8 msp_gpios[] = {
|
|
/* eight leds */
|
|
/* eight leds */
|