Skip to content
Snippets Groups Projects
Commit 5e4be6d6 authored by Cristian Maglie's avatar Cristian Maglie Committed by Cristian Maglie
Browse files

small indent fix

parent b3f619cd
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ int main( void )
init();
delay(1);
#if defined(USBCON)
USBDevice.init();
USBDevice.attach();
#if defined(USBCON)
USBDevice.init();
USBDevice.attach();
#endif
setup();
......
......@@ -85,7 +85,7 @@ void init( void )
PM->APBCMASK.reg |= PM_APBCMASK_ADC | PM_APBCMASK_DAC ;
// Setup all pins (digital and analog) in INPUT mode (default is nothing)
for ( ul = 0 ; ul < NUM_DIGITAL_PINS ; ul++ )
for ( ul = 0 ; ul < NUM_DIGITAL_PINS ; ul++ )
{
pinMode( ul, INPUT ) ;
}
......
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