Skip to content

Commit

Permalink
fix metadata functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Sep 4, 2023
1 parent 0efefe4 commit bbb1a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ unittest(test_getSizeBytes)

FRAM32 f32;
assertEqual(0, f32.getSizeBytes());
fram32.setSizeBytes(FRAM_MB85RC1MT);
f32.setSizeBytes(FRAM_MB85RC1MT);
assertEqual(128, f32.getSize());
assertEqual(131072, f32.getSizeBytes());

Expand Down

0 comments on commit bbb1a44

Please sign in to comment.