fb_accel: Rename CFbAccelCSNevis class => CFbAccelCSHD1

Rename fb_accel_cs_nevis.cpp => fb_accel_cs_hd1.cpp
This commit is contained in:
M. Liebmann
2017-02-08 12:17:09 +01:00
parent 35b48372f8
commit 58bd8a4a63
4 changed files with 26 additions and 26 deletions

View File

@@ -127,7 +127,7 @@ CFrameBuffer* CFrameBuffer::getInstance()
#ifdef BOXMODEL_APOLLO
frameBuffer = new CFbAccelCSApollo();
#else
frameBuffer = new CFbAccelCSNevis();
frameBuffer = new CFbAccelCSHD1();
#endif
#endif
#if HAVE_GENERIC_HARDWARE