Fixed README

This commit is contained in:
vhaudiquet 2023-11-07 13:33:26 +01:00
parent 573234295f
commit de55b4cdd6

View File

@ -11,7 +11,7 @@ Drivers **must** expose the following symbols:
void driver_init(); // Initialization void driver_init(); // Initialization
uint32_t driver_getkey(); // Calls to this function must return USB keys that this driver registers, until 0 uint32_t driver_getkey(); // Calls to this function must return USB keys that this driver registers, until 0
device_type_t driver_get_capacity(); // Returns device capacity (see below) device_capacity_t driver_get_capacity(void* handle); // Returns device capacity (see below)
char* driver_get_name(void* handle); // Returns peripheral name char* driver_get_name(void* handle); // Returns peripheral name
char* driver_get_image(void* handle); // Returns peripheral image char* driver_get_image(void* handle); // Returns peripheral image
char* driver_get_manufacturer(void* handle); // Returns manufacturer name char* driver_get_manufacturer(void* handle); // Returns manufacturer name