Rename include guards to LIBOPENCM3_*.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBOPENSTM32_TIMER_H
|
||||
#define LIBOPENSTM32_TIMER_H
|
||||
#ifndef LIBOPENCM3_TIMER_H
|
||||
#define LIBOPENCM3_TIMER_H
|
||||
|
||||
#include <stm32/memorymap.h>
|
||||
#include <cm3/common.h>
|
||||
|
||||
Reference in New Issue
Block a user