Skip to content

Commit

Permalink
Just re-gen 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 1f87358 commit b22588c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes-cpp/wooting-analog-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ WootingAnalog_DeviceInfo *new_device_info(uint16_t vendor_id,
/// Drops the given `DeviceInfo`
void drop_device_info(WootingAnalog_DeviceInfo *device);

} // extern "C"
} // extern "C"
2 changes: 1 addition & 1 deletion includes-cpp/wooting-analog-plugin-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ WootingAnalog_DeviceID generate_device_id(const char* serial_number,
uint16_t vendor_id,
uint16_t product_id);

} // extern "C"
} // extern "C"
2 changes: 1 addition & 1 deletion includes-cpp/wooting-analog-wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ int wooting_analog_read_full_buffer_device(unsigned short *code_buffer,
unsigned int len,
WootingAnalog_DeviceID device_id);

} // extern "C"
} // extern "C"

0 comments on commit b22588c

Please sign in to comment.