Skip to content

Commit

Permalink
main: change comment style from // to /* */
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Sep 24, 2024
1 parent 8cef920 commit f3caac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static const struct device *o_dev = DEVICE_DT_GET_ANY(golioth_ostentus);
#include <modem/modem_info.h>
#endif

// Current firmware version; update in VERSION
/* Current firmware version; update in VERSION */
static const char *_current_version =
STRINGIFY(APP_VERSION_MAJOR) "." STRINGIFY(APP_VERSION_MINOR) "." STRINGIFY(APP_PATCHLEVEL);

Expand Down

0 comments on commit f3caac6

Please sign in to comment.