diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 14:12:26 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 14:12:26 -0400 |
commit | 70785f72adffc61dabeb7d5ff610a534ba643669 (patch) | |
tree | cc2845090ccdb39cf1fe22d80cfef5e22fc3d66e | |
parent | 9a1424f02965f6fbae186ae5b7a99cd1eca92413 (diff) | |
download | librambutan-70785f72adffc61dabeb7d5ff610a534ba643669.tar.gz librambutan-70785f72adffc61dabeb7d5ff610a534ba643669.zip |
doxygen: set STM32_HAVE_DAC=1
-rw-r--r-- | support/doxygen/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index 170cff4..ae99b39 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -1385,6 +1385,7 @@ PREDEFINED = __attribute__()= \ PCLK1=0 STM32_PCLK1=0 \ PCLK2=0 STM32_PCLK2=0 \ STM32_HAVE_TIMER(x)=1 \ + STM32_HAVE_DAC=1 \ __DOXYGEN__ # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then |