Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.
Add const to all project descriptor definitions for safety.
This commit is contained in:
parent
355d12e039
commit
5995c3f880
46 changed files with 265 additions and 247 deletions
|
@ -48,9 +48,9 @@
|
|||
*/
|
||||
typedef struct
|
||||
{
|
||||
USB_Descriptor_Configuration_Header_t Config;
|
||||
USB_Descriptor_Interface_t RelayBoardInterface;
|
||||
} RelayBoard_USB_Descriptor_Configuration_t;
|
||||
USB_Descriptor_Configuration_Header_t Config;
|
||||
USB_Descriptor_Interface_t RelayBoardInterface;
|
||||
} USB_Descriptor_Configuration_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue