選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
130 B

  1. #include "Storage.h"
  2. #include "Gps.h"
  3. #define LOGGER_NAME "Storage"
  4. namespace storage {
  5. void powerOn() {}
  6. void powerOff() {}
  7. }