Public fork of mbed-src to add generic stm32f030k6 target
Fork of mbed-src by
targets/hal/TARGET_Atmel/config/conf_dma.h@596:d25a30803853, 2015-07-21 (annotated)
- Committer:
- ersatzavian
- Date:
- Tue Jul 21 14:09:45 2015 -0700
- Revision:
- 596:d25a30803853
- Parent:
- 592:a274ee790e56
added missing bracket probably I hope
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 579:53297373a894 | 1 | #ifndef CONF_DMA_H_INCLUDED |
mbed_official | 579:53297373a894 | 2 | #define CONF_DMA_H_INCLUDED |
mbed_official | 579:53297373a894 | 3 | |
mbed_official | 579:53297373a894 | 4 | # define CONF_MAX_USED_CHANNEL_NUM 1 |
mbed_official | 579:53297373a894 | 5 | |
mbed_official | 579:53297373a894 | 6 | #endif |