diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-01-16 20:41:18 -0800 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-01-16 20:41:18 -0800 |
commit | 7cce52d2f6b874895e3cdd557c4523eeeae942bf (patch) | |
tree | 5fe956e67796778248d32d7f4ddaa5dfb08b54c6 /demos/modules/console/main.c | |
parent | 8b5c073ea6f8491ce4176fb2996f74b3222f8188 (diff) | |
parent | 1a05e4a89ad7351e81da0e4dd152a7375a457884 (diff) | |
download | uGFX-7cce52d2f6b874895e3cdd557c4523eeeae942bf.tar.gz uGFX-7cce52d2f6b874895e3cdd557c4523eeeae942bf.tar.bz2 uGFX-7cce52d2f6b874895e3cdd557c4523eeeae942bf.zip |
Merge pull request #14 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'demos/modules/console/main.c')
-rw-r--r-- | demos/modules/console/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/demos/modules/console/main.c b/demos/modules/console/main.c index 1227e89a..4efe9d0a 100644 --- a/demos/modules/console/main.c +++ b/demos/modules/console/main.c @@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/**
- * The following stuff is optional in your gfxconf.h:
- *
- * #define GDISP_NEED_SCROLL TRUE (optional but recommended if your GDISP driver supports it)
- */
-
#include "ch.h"
#include "hal.h"
#include "chprintf.h"
|