Skip to content

Commit

Permalink
Update UNITTESTS header reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkan01 committed Aug 25, 2020
1 parent 159410b commit 60a03f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions UNITTESTS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ set(unittest-includes-base
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers"
"${PROJECT_SOURCE_DIR}/../drivers/include/drivers/internal"
"${PROJECT_SOURCE_DIR}/../hal"
"${PROJECT_SOURCE_DIR}/../hal/include"
"${PROJECT_SOURCE_DIR}/../events/include"
"${PROJECT_SOURCE_DIR}/../events/include/events/internal"
"${PROJECT_SOURCE_DIR}/../events/source"
Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/us_ticker_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


#include "stdlib.h"
#include "us_ticker_api.h"
#include "hal/us_ticker_api.h"

const ticker_data_t *get_us_ticker_data(void)
{
Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/stubs/watchdog_api_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "watchdog_api.h"
#include "hal/watchdog_api.h"

#if DEVICE_WATCHDOG

Expand Down
2 changes: 1 addition & 1 deletion UNITTESTS/target_h/PinNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ typedef enum {
#ifdef __cplusplus
}
#endif
#include "pinmap.h"
#include "hal/pinmap.h"

#endif

0 comments on commit 60a03f3

Please sign in to comment.