ソースを参照

add missing include

need to explicitly include elapsedMillis due it being a separate package
main
John Robinson 3年前
コミット
c4f5424be3
この署名に対応する既知のキーがデータベースに存在しません
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/SerEMU.cpp

+ 1
- 0
src/SerEMU.cpp ファイルの表示

@@ -22,6 +22,7 @@
*/

#include <core/Arduino.h>
#include <elapsedmillis/elapsedMillis.h>
#include "usbhost/usbhost.h" // Read this header first for key info

//#define SEREMU_PRINT_DEBUG

読み込み中…
キャンセル
保存