Rename include guards to LIBOPENCM3_*.

This commit is contained in:
Uwe Hermann
2010-12-31 01:11:14 +01:00
parent 9deb34de75
commit 95793aa6ce
26 changed files with 52 additions and 52 deletions

View File

@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBOPENSTM32_MEMORYMAP_H
#define LIBOPENSTM32_MEMORYMAP_H
#ifndef LIBOPENCM3_MEMORYMAP_H
#define LIBOPENCM3_MEMORYMAP_H
#include <cm3/memorymap.h>