s/PICCONF/config/g

This commit is contained in:
Yuichi Nishiwaki 2013-12-07 07:03:30 -08:00
parent 24a41d8e27
commit 2f68113980
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