aboutsummaryrefslogtreecommitdiff
path: root/pk/console.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-11-12 17:48:26 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-11-12 17:48:48 -0800
commit47f9e06fc2c696dfb1054d730cde888f1ac75d07 (patch)
tree29e15e824e6d774cfe06e3520933ae8f5e743396 /pk/console.c
parent9cc6732d806b4a7e4842528606fa1390e7ab0a90 (diff)
downloadpk-47f9e06fc2c696dfb1054d730cde888f1ac75d07.zip
pk-47f9e06fc2c696dfb1054d730cde888f1ac75d07.tar.gz
pk-47f9e06fc2c696dfb1054d730cde888f1ac75d07.tar.bz2
Read and use devicetree -- THIS BREAKS ROCKET FOR NOW
Diffstat (limited to 'pk/console.c')
-rw-r--r--pk/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/console.c b/pk/console.c
index 5808d77..a9258fc 100644
--- a/pk/console.c
+++ b/pk/console.c
@@ -6,7 +6,7 @@
#include <stdbool.h>
#include <string.h>
-static int vsnprintf(char* out, size_t n, const char* s, va_list vl)
+int vsnprintf(char* out, size_t n, const char* s, va_list vl)
{
bool format = false;
bool longarg = false;