mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-20 01:21:27 +01:00
Removed a bug in MyMainSAMD.cpp to support ATSAM without USB (#1532)
This commit is contained in:
@@ -24,8 +24,8 @@ extern "C" void __libc_init_array(void);
|
||||
int main(void)
|
||||
{
|
||||
init();
|
||||
#if defined(USBCON)
|
||||
__libc_init_array();
|
||||
#if defined(USBCON)
|
||||
USBDevice.init();
|
||||
USBDevice.attach();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user