aboutsummaryrefslogtreecommitdiff
path: root/src/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crc32.c')
-rw-r--r--src/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crc32.c b/src/crc32.c
index 810a9dd..42d1d48 100644
--- a/src/crc32.c
+++ b/src/crc32.c
@@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "platform.h"
+#include "general.h"
#include "target.h"
#if !defined(STM32F1) && !defined(STM32F4)