From 9fadd89bd9ce6de5377a493f46ba5212097b2204 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 29 Nov 2011 15:54:59 -0500 Subject: Make BKP support STM32F1-only. - libmaple/bkp.h: Mark availability restriction. - Move libmaple/bkp.c to libmaple/stm32f1; adjust rules.mk files accordingly. Signed-off-by: Marti Bolivar --- libmaple/include/libmaple/bkp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmaple/include') diff --git a/libmaple/include/libmaple/bkp.h b/libmaple/include/libmaple/bkp.h index 92359b6..7f90c0c 100644 --- a/libmaple/include/libmaple/bkp.h +++ b/libmaple/include/libmaple/bkp.h @@ -26,7 +26,7 @@ /** * @file bkp.h - * @brief Backup register support. + * @brief Backup register support (STM32F1 only). */ #ifndef _LIBMAPLE_BKP_H_ -- cgit v1.2.3