# HG changeset patch
# User Edouard Tisserant
# Date 1363916428 -32400
# Node ID 5dcb361a55ef003864d4ee82243cb903bfc7d8ff
# Parent  0401295d98040f424693dada9e506ce47243c44e
Extended LogCursor attributes

diff -r 0401295d9804 -r 5dcb361a55ef targets/plc_main_tail.c
--- a/targets/plc_main_tail.c	Fri Mar 22 00:45:09 2013 +0100
+++ b/targets/plc_main_tail.c	Fri Mar 22 10:40:28 2013 +0900
@@ -58,7 +58,7 @@
    |63 ... 32|31 ... 0|
    | Message | Buffer |
    | counter | Index  | */
-static uint64_t LogCursor[LOG_LEVELS] = {0x0,0x0,0x0,0x0};
+static uint64_t LogCursor[LOG_LEVELS] LOG_BUFFER_ATTRS = {0x0,0x0,0x0,0x0};
 
 /* Store one log message of give size */
 int LogMessage(uint8_t level, uint8_t* buf, uint32_t size){