diff options
Diffstat (limited to 'libmaple/pwr.c')
-rw-r--r-- | libmaple/pwr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmaple/pwr.c b/libmaple/pwr.c index ead8b64..3cf170f 100644 --- a/libmaple/pwr.c +++ b/libmaple/pwr.c @@ -25,12 +25,12 @@ *****************************************************************************/ /** - * @file pwr.c + * @file libmaple/pwr.c * @brief Power control (PWR) support. */ -#include "pwr.h" -#include "rcc.h" +#include <libmaple/pwr.h> +#include <libmaple/rcc.h> /** * Enables the power interface clock, and resets the power device. |