From: Dean Camera Date: Thu, 7 May 2009 11:12:23 +0000 (+0000) Subject: Serial driver now correctly calculates the baud register value when in double speed... X-Git-Tag: LUFA-110528-BETA~1185 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/c7aceb2c7f625b8256dfe4f80177beb63911979a?ds=inline;hp=c7aceb2c7f625b8256dfe4f80177beb63911979a Serial driver now correctly calculates the baud register value when in double speed mode. Init function of the Serial driver is now static inline to product smaller code for the common-case of static init. ---