diff --git a/labs/kernel-i2c-communication/kernel-i2c-communication.tex b/labs/kernel-i2c-communication/kernel-i2c-communication.tex index 226db183b3..27700c0245 100644 --- a/labs/kernel-i2c-communication/kernel-i2c-communication.tex +++ b/labs/kernel-i2c-communication/kernel-i2c-communication.tex @@ -34,10 +34,6 @@ \section{Exploring /dev} \code{console} which matches the device specified through \code{console=} in the kernel command line. You will also find the {\tt ttyS0} device file. - \item {\em Pseudo-terminal devices}: devices starting with \code{pty}, - used when you connect through SSH for example. Those are virtual - devices, but there are so many in \code{/dev} that we wanted - to give a description here. \item {MMC device(s) and partitions}: devices starting with \code{mmcblk}. You should here recognize the MMC device(s) on your system and the associated partitions.