aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/devices_lib/max7219.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/devices_lib/max7219.c')
-rw-r--r--os/various/devices_lib/max7219.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/os/various/devices_lib/max7219.c b/os/various/devices_lib/max7219.c
index b15699e..0e51167 100644
--- a/os/various/devices_lib/max7219.c
+++ b/os/various/devices_lib/max7219.c
@@ -1,6 +1,6 @@
/*
- Pretty LAYer for ChibiOS/RT - Copyright (C) 2014 Rocco Marco Guglielmi
-
+ Pretty LAYer for ChibiOS/RT - Copyright (C) 2015 Rocco Marco Guglielmi
+
This file is part of PLAY for ChibiOS/RT.
PLAY is free software; you can redistribute it and/or modify
@@ -21,7 +21,9 @@
Special thanks to Giovanni Di Sirio for teachings, his moral support and
friendship. Note that some or every piece of this file could be part of
the ChibiOS project that is intellectual property of Giovanni Di Sirio.
- Please refer to ChibiOS/RT license before use it.
+ Please refer to ChibiOS/RT license before use this file.
+
+ For suggestion or Bug report - roccomarco.guglielmi@playembedded.org
*/
/**
@@ -35,10 +37,8 @@
#include "ch.h"
#include "hal.h"
-#include "play.h"
#include "max7219.h"
-#if (PLAY_USE_MAX7219) || defined (__DOXYGEN__)
/*===========================================================================*/
/* Driver local definitions. */
/*===========================================================================*/
@@ -91,5 +91,4 @@ void max7219WriteRegister(SPIDriver *spip, uint16_t adr, uint8_t data) {
spiUnselect(spip);
}
}
-#endif /* PLAY_USE_MAX7219 */
/** @} */