Revision 3cb82b1a core/src/aos_system.c

View differences:

core/src/aos_system.c
265 265

  
266 266
  // print static information about module and operating system
267 267
  _printSystemInfoSeparator(stream, '=', SYSTEM_INFO_WIDTH);
268
#ifdef BOARD_VERSION
269
  _printSystemInfoLine(stream, "Module", SYSTEM_INFO_NAMEWIDTH, "%s (v%s)", BOARD_NAME, BOARD_VERSION);
270
#else
271 268
  _printSystemInfoLine(stream, "Module", SYSTEM_INFO_NAMEWIDTH, "%s", BOARD_NAME);
272
#endif
273 269
#ifdef PLATFORM_NAME
274 270
  _printSystemInfoLine(stream, "Platform", SYSTEM_INFO_NAMEWIDTH, "%s", PLATFORM_NAME);
275 271
#endif

Also available in: Unified diff