1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Removed unecessary include of stm32f10x.h from aes.h

This commit is contained in:
Brian Webb 2012-08-22 06:45:44 -07:00
parent 171f91336c
commit 2cd0733f7d

View File

@ -2,8 +2,6 @@
#ifndef _AES_H_
#define _AES_H_
#include "stm32f10x.h"
#define N_ROW 4
#define N_COL 4
#define N_BLOCK (N_ROW * N_COL)