update links for Makefile
[slipway.git] / src / edu / berkeley / slipway / SerialBoard.java
index ff4f17d..9fba43e 100644 (file)
@@ -1,10 +1,14 @@
 package edu.berkeley.slipway;
 
-import edu.berkeley.obits.*;
+import edu.berkeley.abits.*;
 import org.ibex.util.Log;
 import java.io.*;
 import java.util.*;
 
+/**
+ *  This class is obsolete; it used to be an implementation intended
+ *  for an RS-232 interface to Atmel's development kit board.
+ */
 public abstract class SerialBoard implements Board {
 
     /*