comparison target-utils/c139explore/dac.c @ 110:ce636b0ffb3d

target-utils/c139explore/dac.c: added missing extern u_long strtoul();
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 01 Nov 2016 01:28:39 +0000
parents 7ecb70b0ac36
children
comparison
equal deleted inserted replaced
109:5d9d95530256 110:ce636b0ffb3d
4 */ 4 */
5 5
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include "types.h" 7 #include "types.h"
8 #include "abbdefs.h" 8 #include "abbdefs.h"
9
10 extern u_long strtoul();
9 11
10 void 12 void
11 cmd_dacon() 13 cmd_dacon()
12 { 14 {
13 abb_reg_write(TOGBR1, 0x20); 15 abb_reg_write(TOGBR1, 0x20);