1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-11-05 08:44:03 +02:00

- fw/common/regs-f320.h: include mcs51/C8051F320.h, not mcs51/C8051F326.h

This commit is contained in:
Werner Almesberger 2010-08-23 14:31:33 -03:00
parent 1c7150cce8
commit 0f1c0ea783

View File

@ -14,7 +14,7 @@
#ifndef REGS_F320_H
#define REGS_F320_H
#include <mcs51/C8051F326.h>
#include <mcs51/C8051F320.h>
#include "regs-f32x.h"