summaryrefslogtreecommitdiff
path: root/usrp2/firmware/lib/stdint.h
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-01-23 23:14:58 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-01-23 23:14:58 +0000
commit7730c688af61a49cd754e441be5222b959a6fec4 (patch)
treef18208b61c08acecd938a192d33bf2e618ba2e79 /usrp2/firmware/lib/stdint.h
parent4d26058e23b82488974b50da22462e7d60780d84 (diff)
mimo tx work-in-progress
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10296 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/firmware/lib/stdint.h')
-rw-r--r--usrp2/firmware/lib/stdint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp2/firmware/lib/stdint.h b/usrp2/firmware/lib/stdint.h
index 8086c25d56..b5a8611a97 100644
--- a/usrp2/firmware/lib/stdint.h
+++ b/usrp2/firmware/lib/stdint.h
@@ -1,6 +1,6 @@
/* -*- c -*- */
/*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2009 Free Software Foundation, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#ifndef INCLUDED_STDINT_H
#define INCLUDED_STDINT_H
-typedef char int8_t;
+typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short uint16_t;