Renamed common target files to get rid of '_fc_'.

This commit is contained in:
mikeller 2018-08-26 13:55:31 +12:00
parent fc60cc27e9
commit 06359deb09
3 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
#error "Invalid chipset specified. Update platform.h"
#endif
#include "target/common_fc_pre.h"
#include "target/common_pre.h"
#include "target.h"
#include "target/common_fc_post.h"
#include "target/common_post.h"
#include "target/common_defaults_post.h"