mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendous Inc.).
This commit is contained in:
@@ -44,7 +44,7 @@ int main(void)
|
||||
SetupHardware();
|
||||
|
||||
puts_P(PSTR(ESC_RESET ESC_BG_WHITE ESC_INVERSE_ON ESC_ERASE_DISPLAY
|
||||
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
|
||||
"LUFA Demo running.\r\n" ESC_INVERSE_OFF));
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user