Files
simtrace2/sam3s_example
Christina Quast f9890d91d3 Fix address evaluates always as true warnings
This was an example of a compiler warning when the switch -Waddress was passed:

atmel_softpack_libraries/usb/device/core/USBD.c: In function 'USBD_RequestHandler':
atmel_softpack_libraries/usb/device/core/USBD.c:149:14: warning: the address of
    'USBDCallbacks_RequestReceived' will always evaluate as 'true' [-Waddress]
     else if (USBDCallbacks_RequestReceived) {

The test for existense of USBDCallbacks_RequestReceived is removed since there
is always a default implementation of these function.
2015-01-27 14:27:38 +01:00
..
2015-01-03 21:46:36 +01:00
2014-12-02 13:06:01 +01:00
2014-11-28 10:27:32 +01:00
2014-12-09 15:34:35 +01:00
2014-12-09 15:34:35 +01:00
2015-01-03 22:22:36 +01:00
2014-12-02 13:06:01 +01:00
2014-12-02 13:06:01 +01:00