1
0
forked from me/IronOS

Update fusbpd.cpp

This commit is contained in:
Ben V. Brown
2020-07-22 23:09:46 +10:00
parent 9b0a071e9a
commit b40a21470b

View File

@@ -5,8 +5,10 @@
* Author: Ralim * Author: Ralim
*/ */
#ifdef MODEL_TS80P
#include <fusbpd.h> #include <fusbpd.h>
#include <pd.h> #include <pd.h>
#include "BSP.h"
#include "I2CBB.hpp" #include "I2CBB.hpp"
#include "fusb302b.h" #include "fusb302b.h"
#include "policy_engine.h" #include "policy_engine.h"
@@ -36,3 +38,4 @@ void fusb302_start_processing() {
/* Create the INT_N thread. */ /* Create the INT_N thread. */
InterruptHandler::init(); InterruptHandler::init();
} }
#endif