From 599c2f80c3d596b741691dab7ed393642c5a80c4 Mon Sep 17 00:00:00 2001 From: Jock Murphy Date: Tue, 23 Jul 2013 07:55:34 -0700 Subject: [PATCH] Update DueTimer.h Corrected spelling, and method of reporting back to the user that they are compiling on the wrong architecture --- DueTimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DueTimer.h b/DueTimer.h index 03cb12d..c999909 100644 --- a/DueTimer.h +++ b/DueTimer.h @@ -75,5 +75,5 @@ extern DueTimer Timer8; #endif #else - #pragma message("Ops! Trying to include DueTimer on another device?") + #error Oops! Trying to include DueTimer on another device? #endif