fixed comments

This commit is contained in:
Markus Fröschle
2014-12-16 20:33:51 +00:00
parent 764e089806
commit dce24ff7c7
4 changed files with 38 additions and 17 deletions

View File

@@ -27,7 +27,7 @@
#include "bas_printf.h"
unsigned long xhdi_call(uint16_t *stack)
uint32_t xhdi_call(uint16_t *stack)
{
uint16_t opcode = *stack;