s/PICCONF/config/g

This commit is contained in:
Yuichi Nishiwaki 2013-12-07 07:03:30 -08:00
parent aac2082991
commit b70aa8a21c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef PICCONF_H__
#define PICCONF_H__
#ifndef CONFIG_H__
#define CONFIG_H__
/* switch normal VM and direct threaded VM */
#define PIC_DIRECT_THREADED_VM 1