commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6513 - gnuradio/branches/developers/matt/u2f/firmware


From: matt
Subject: [Commit-gnuradio] r6513 - gnuradio/branches/developers/matt/u2f/firmware
Date: Sun, 23 Sep 2007 18:57:26 -0600 (MDT)

Author: matt
Date: 2007-09-23 18:57:25 -0600 (Sun, 23 Sep 2007)
New Revision: 6513

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/memory_map.h
Log:
only include me once


Modified: gnuradio/branches/developers/matt/u2f/firmware/memory_map.h
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-09-24 
00:57:10 UTC (rev 6512)
+++ gnuradio/branches/developers/matt/u2f/firmware/memory_map.h 2007-09-24 
00:57:25 UTC (rev 6513)
@@ -1,3 +1,5 @@
+#ifndef INCLUDED_MEMORY_MAP_H
+#define INCLUDED_MEMORY_MAP_H
 
 /**********************************************************
  * Memory map for embedded wishbone bus
@@ -171,3 +173,5 @@
 } dsp_rx_regs_t;
   
 #define dsp_rx_regs ((dsp_rx_regs_t *) DSP_RX_BASE)
+
+#endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]