[STM32F0:DAC] Add register definitions
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
a073758cb4
commit
9952768c42
@@ -16,8 +16,9 @@
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#if defined(STM32F1)
|
||||
#if defined(STM32F0)
|
||||
# include <libopencm3/stm32/f0/dac.h>
|
||||
#elif defined(STM32F1)
|
||||
# include <libopencm3/stm32/f1/dac.h>
|
||||
#elif defined(STM32F2)
|
||||
# include <libopencm3/stm32/f2/dac.h>
|
||||
|
||||
Reference in New Issue
Block a user