Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMartensson committed Aug 2, 2023
1 parent be6bcd5 commit f73f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Open_SAE_J1939/C89_Library.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef uint8_t bool;
#else
/* C99 and above */
#include <stdbool.h> /* For bool datatype */
#include <stdint.h> /* For uint8_t, uint16_t and uint16_t */
#include <stdint.h> /* For uint8_t, uint16_t and uint32_t */
#endif

#endif
Expand Down

0 comments on commit f73f166

Please sign in to comment.