Minor corrections for typos to get it to compile.

This commit is contained in:
Joel Sherrill
1998-07-16 00:16:11 +00:00
parent dd5d2f041f
commit a6f441b825
2 changed files with 4 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
#include <ringbuf.h>
#include <libchip/serial.h>
#include <libchip/mc68681.h>
#include "sersupp.h"
#include "mc68681_p.h"
#include "mc68681.h"
/*
* Flow control is only supported when using interrupts
@@ -597,7 +597,7 @@ MC68681_STATIC int mc68681_baud_rate(
baud_tbl = (mc68681_baud_table_t *) Console_Port_Tbl[minor].ulClock;
if (!baud_tbl)
rtems_fatal_error_occured(RTEMS_INVALID_ADDRESS);
rtems_fatal_error_occurred(RTEMS_INVALID_ADDRESS);
if ( is_extended )
baud_mask = (unsigned int)baud_tbl[ acr_bit + 2 ][ baud_requested ];

View File

@@ -23,9 +23,9 @@
#include <ringbuf.h>
#include <libchip/serial.h>
#include <libchip/mc68681.h>
#include "sersupp.h"
#include "mc68681_p.h"
#include "mc68681.h"
/*
* Flow control is only supported when using interrupts
@@ -597,7 +597,7 @@ MC68681_STATIC int mc68681_baud_rate(
baud_tbl = (mc68681_baud_table_t *) Console_Port_Tbl[minor].ulClock;
if (!baud_tbl)
rtems_fatal_error_occured(RTEMS_INVALID_ADDRESS);
rtems_fatal_error_occurred(RTEMS_INVALID_ADDRESS);
if ( is_extended )
baud_mask = (unsigned int)baud_tbl[ acr_bit + 2 ][ baud_requested ];