Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
[pub/USBasp.git] / LUFA / Drivers / Board / Temperature.h
index 8700839..7cfdb13 100644 (file)
@@ -29,8 +29,9 @@
 */\r
 \r
 /** \file\r
+ *  \brief Master include file for the board temperature sensor driver.\r
  *\r
- *  Temperature sensor board driver for the USB boards which contain a temperature sensor.\r
+ *  Master include file for the board temperature sensor driver, for the USB boards which contain a temperature sensor.\r
  */\r
 \r
 /** \ingroup Group_BoardDrivers\r
 #define __TEMPERATURE_H__\r
 \r
        /* Includes: */\r
-               #if defined(__AVR32__)\r
-                       #include <avr32/io.h>\r
-                       #include <stdint.h>\r
-               #elif defined(__AVR__)\r
-                       #include <avr/io.h>\r
-                       #include <avr/pgmspace.h>\r
-               #endif\r
+               #include <avr/pgmspace.h>\r
 \r
                #include "../../Common/Common.h"\r
                #include "../Peripheral/ADC.h"\r