Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.

This commit is contained in:
Dean Camera 2009-04-07 04:19:57 +00:00
parent 557a945ba1
commit cb7884da50
8 changed files with 36 additions and 10 deletions

View file

@ -55,10 +55,10 @@
#define REMOTE_NDIS_VERSION_MINOR 0x00
/** RNDIS request to issue a host-to-device NDIS command */
#define SEND_ENCAPSULATED_COMMAND 0x00
#define REQ_SendEncapsulatedCommand 0x00
/** RNDIS request to issue a device-to-host NDIS response */
#define GET_ENCAPSULATED_RESPONSE 0x01
#define REQ_GetEncapsulatedResponse 0x01
/* Enums: */
/** Enum for the possible NDIS adapter states. */