Skip to content

Commit

Permalink
update example usage code format
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Jan 3, 2024
1 parent 7f28d9d commit 8e6d7c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ This example illustrates the diverse applications and potential of BytePack, enc
> For more, please read [User Guide and API Documentation](doc/user_guide.md)
```cpp
// Sample struct for a conceptual usage scenario
struct SensorData
{
struct SensorData {
std::int64_t timestamp; // UNIX timestamp of measurement
double value; // Measured value
char sensor_id[16]; // Identifier of the sensor
Expand Down

0 comments on commit 8e6d7c6

Please sign in to comment.