mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_F429ZI: remove ADC2 and DAC0
parent
47f453e1a7
commit
790c7f17e6
|
@ -1,6 +1,6 @@
|
||||||
/* mbed Microcontroller Library
|
/* mbed Microcontroller Library
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2014, STMicroelectronics
|
* Copyright (c) 2015, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -38,13 +38,11 @@ extern "C" {
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ADC_1 = (int)ADC1_BASE,
|
ADC_1 = (int)ADC1_BASE,
|
||||||
ADC_2 = (int)ADC2_BASE,
|
|
||||||
ADC_3 = (int)ADC3_BASE
|
ADC_3 = (int)ADC3_BASE
|
||||||
} ADCName;
|
} ADCName;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
DAC_0 = 0,
|
DAC_1 = (int)DAC_BASE
|
||||||
DAC_1
|
|
||||||
} DACName;
|
} DACName;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in New Issue