mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4c86aba160
Fix exception handler to jump to correct vector instead of crashing to the double exception vector. One-character fix... basically, this caused the exception handler to crash into the double-exception handler instead of nicy panic'ing. See merge request !323