Skip to content

Commit

Permalink
Dataflash: example fix travis warning
Browse files Browse the repository at this point in the history
missing function declaration
implicit cast
some style fix
  • Loading branch information
khancyr authored and OXINARF committed Apr 13, 2017
1 parent 4a2b90b commit 49c9e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void DataFlashTest_AllTypes::Log_Write_TypeMessages_Log_Write()
19812, // uint16_t
-98234729, // int32_t
74627293, // uint32_t
35.87654, // float
35.87654f, // float
(double)67.7393274658293, // double
"ABCD", // char[4]
// char[16]:
Expand Down

0 comments on commit 49c9e3c

Please sign in to comment.