Add CPU frequency definition for galp3-c

This commit is contained in:
Jeremy Soller 2019-11-13 10:50:38 -07:00
parent 3e5f81b775
commit 72fd8001ab
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -0,0 +1,6 @@
#ifndef _BOARD_CPU_H
#define _BOARD_CPU_H
#define F_CPU 9200000ULL
#endif // _BOARD_CPU_H