Skip to content

Commit

Permalink
Regen headers with latest cbindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 21, 2024
1 parent 8f13afa commit 6d3bf99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions includes/wooting-analog-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ struct WootingAnalog_DeviceInfo *new_device_info(uint16_t vendor_id,
void drop_device_info(struct WootingAnalog_DeviceInfo *device);

#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
} // extern "C"
#endif // __cplusplus
4 changes: 2 additions & 2 deletions includes/wooting-analog-plugin-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ WootingAnalog_DeviceID generate_device_id(const char* serial_number,
uint16_t product_id);

#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
} // extern "C"
#endif // __cplusplus
4 changes: 2 additions & 2 deletions includes/wooting-analog-wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ int wooting_analog_read_full_buffer_device(unsigned short *code_buffer,
WootingAnalog_DeviceID device_id);

#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
} // extern "C"
#endif // __cplusplus

0 comments on commit 6d3bf99

Please sign in to comment.