Misc changes from struct refactor (#15289)

This commit is contained in:
Scott Lahteine
2019-09-17 18:16:28 -05:00
committed by GitHub
parent c7acd5c45b
commit c353eaa146
33 changed files with 97 additions and 110 deletions

View File

@ -28,6 +28,7 @@
//
// Prefix header to acquire configurations
//
#include <stdint.h>
#include "../HAL/platforms.h"
@ -45,5 +46,3 @@
#include "Conditionals_adv.h"
#include HAL_PATH(../HAL, inc/Conditionals_adv.h)
#include <stdint.h>