comparison Bootloader/debug.h @ 341:66eccdd9ced5

Code cleanup - Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 13:56:56 -0700
parents 2f415c0b4b28
children b6f4cfff9d1a
comparison
equal deleted inserted replaced
340:e8841d3c6db5 341:66eccdd9ced5
17 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 18 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 * THE SOFTWARE. 19 * THE SOFTWARE.
20 */ 20 */
21 21
22 #ifndef debug_h__ 22 #pragma once
23 #define debug_h__
24 23
25 // ----- Includes ----- 24 // ----- Includes -----
26 25
27 // Compiler Includes 26 // Compiler Includes
28 27
62 #define uart_serial_setup() 61 #define uart_serial_setup()
63 #define printHex(hex) 62 #define printHex(hex)
64 #define printHex_op(in,op) 63 #define printHex_op(in,op)
65 #endif 64 #endif
66 65
67 #endif
68